home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Games / adjust4 / setup / setup.exe / scripts / DefineButton2_15 / BUTTONCONDACTION on(release).as
Text File  |  2012-06-02  |  176b  |  12 lines

  1. on(release){
  2.    with(_root.falseface)
  3.    {
  4.       gotoAndPlay("down");
  5.    }
  6.    with(_root.trueface)
  7.    {
  8.       gotoAndPlay("down");
  9.    }
  10.    this.removeMovieClip();
  11. }
  12.